home *** CD-ROM | disk | FTP | other *** search
- land ; switch to landscape mode
- font re20 ; choose a landscape font
- char 35,65 ; adjust character size for paper
- ; Char is 35 dots wide, 65 high
-
- offset -3,-4 ; offset to center form
- block 11,6,91,8 ; define the text window for heading
- placetext uc ; Place text in upper center
- text /Screen Layout Form/ ; insert text
- placetext ll ; place text in lower left of window
- text /Application:/ ; insert text
- placetext lr ; place text in lower right of window
- text /Page ___ of ___/ ; insert text
- placetext cc ; change default to center all text
-
- bold 6 ; set line thickness to 6 dots
- box 11,11,91,36 ; draw a box for the border
- bold 1 ; set line thickness to 1 dot
- duph 11,12,80,24,1 ; draw 24 horizontal lines, incr by 1
- duphoriz 11,12,80,24,1 ; draw 24 horizontal lines, incr by 1
- dupvert 12,11,25,80,1 ; draw 80 vertical lines, incr by 1
- bold 4 ; set line thickness to 4 dots
- dupvert 21,11,25,7,10 ; draw 7 vertical lines, incr by 10
- duphoriz 11,16,80,4,5 ; draw 4 horizontal lines, incr by 5
- bold 3 ; set line thickness to 3 dots
- dupvert 16,11,25,8,10 ; draw 8 vertical lines, incr by 10
-
- setgray 10 ; set a 10% gray screen fill
- box 11,9,91,11 ; draw a box for column headings
- box 7,11,11,36 ; draw a box for row headings
- setclear ; set fill pattern to clear
-
- box 11,9,21,11 ; draw a box for column heading
- text /0 - 9/ ; insert text
- box +10,*,+10,* ; increment box to next position
- text /10 - 19/ ; insert text
- box +10,*,+10,* ;
- text /20 - 29/ ;
- box +10,*,+10,* ;
- text /30 - 39/ ;
- box +10,*,+10,* ;
- text /40 - 49/ ;
- box +10,*,+10,* ;
- text /50 - 59/ ;
- box +10,*,+10,* ;
- text /60 - 69/ ;
- box +10,*,+10,* ;
- text /70 - 79/ ;
-
- box 7,11,11,16 ; draw a box for row headings
- text /0/-/4/ ; insert text in box
- box *,+5,*,+5 ; increment box to next position
- text /5/-/9/ ; insert text
- box *,+5,*,+5 ;
- text /10/-/14/ ;
- box *,+5,*,+5 ;
- text /15/-/19/ ;
- box *,+5,*,+5 ;
- text /20/-/24/ ;
- ;
- block 11,37,91,39
- text /This form produced by FormSet, form generating software from/Orbit Enterprises, Inc. (312) 469-3405/
-
- print ; print the form